func gotest.tools/v3/internal/source.debug
15 uses
gotest.tools/v3/internal/source (current package)
defers.go#L23: debug("defer line node: %s", debugFormatNode{matchedNode})
defers.go#L46: debug("defer: %s", debugFormatNode{d})
source.go#L37: debug("call stack position: %s:%d", filename, line)
source.go#L99: debug("found node: %s", debugFormatNode{node})
source.go#L106: debug("callExpr: %s", debugFormatNode{visitor.expr})
source.go#L118: debug("visit: %s", debugFormatNode{node})
source.go#L140: func debug(format string, args ...interface{}) {
update.go#L58: debug("call stack position: %s:%d", filename, line)
update.go#L72: debug("not enough arguments %d: %v",
update.go#L79: debug("no arguments started with the word 'expected': %v",
update.go#L91: debug("value must be type string, got %T", value)
update.go#L111: debug("can only update var and const, found %v", obj.Kind)
update.go#L118: debug("more than one name in ast.ValueSpec")
update.go#L129: debug("more than one name in ast.AssignStmt")
update.go#L139: debug("can only update *ast.ValueSpec, found %T", obj.Decl)